stdio_dev.h: Drop the video section as it is unused
authorTom Rini <[email protected]>
Thu, 3 May 2018 13:12:25 +0000 (09:12 -0400)
committerTom Rini <[email protected]>
Sun, 6 May 2018 17:34:37 +0000 (13:34 -0400)
commitdba8070f447d9490406005b3f16f225effc85893
tree246e8d6ff043a44747f80ba81af685123243f7c1
parentdb13e05ddae8f4ca01c56fc729e67058774df044
stdio_dev.h: Drop the video section as it is unused

With tighter build flags the fact that this header referenced
uchar/ushort without including what typedefs it causes an error.  Rather
than add another include here, drop the section in question as it is
unused.

Reported-by: Peter Robinson <[email protected]>
Tested-by: Peter Robinson <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
include/stdio_dev.h